#dependency management

[ follow ]
#dependency-management
Medium
3 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability. [ more ]
Alvinalexander
1 month ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #628

Learn about challenges with standard package tools like pip and venv, understand the differences between TypeIs and TypeGuard in Python, utilize unittest framework for unit testing, and avoid hard coding port numbers in web apps. [ more ]
Alvinalexander
2 months ago
Scala

SBT/build.sbt: One percent symbol or multiple percent symbol for Java and Scala dependencies?

Use %% for Scala-specific libraries and % for other JVM dependencies in SBT build.sbt files for Scala projects. [ more ]
Realpython
2 months ago
Python

Install and Execute Python Applications Using pipx Quiz - Real Python

Using pipx can help manage Python package dependencies efficiently. [ more ]
Medium
3 months ago
Data science

Breaking down the (dependency) monolith-Part 1

Refactoring breaks down monolithic code dependencies for increased modularity.
Splitting libraries into 'slices' enables granular consumption, reduces risks, and minimizes dependencies. [ more ]
Medium
3 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability. [ more ]
Alvinalexander
1 month ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #628

Learn about challenges with standard package tools like pip and venv, understand the differences between TypeIs and TypeGuard in Python, utilize unittest framework for unit testing, and avoid hard coding port numbers in web apps. [ more ]
Alvinalexander
2 months ago
Scala

SBT/build.sbt: One percent symbol or multiple percent symbol for Java and Scala dependencies?

Use %% for Scala-specific libraries and % for other JVM dependencies in SBT build.sbt files for Scala projects. [ more ]
Realpython
2 months ago
Python

Install and Execute Python Applications Using pipx Quiz - Real Python

Using pipx can help manage Python package dependencies efficiently. [ more ]
Medium
3 months ago
Data science

Breaking down the (dependency) monolith-Part 1

Refactoring breaks down monolithic code dependencies for increased modularity.
Splitting libraries into 'slices' enables granular consumption, reduces risks, and minimizes dependencies. [ more ]
moredependency-management
B-list
6 months ago
Python

Use "pip install" safely

Managing dependencies in Python can be done using standard Python packaging tools like pip and venv.
Using the --require-hashes flag when installing packages with pip ensures that the expected hashes of the packages are checked. [ more ]
Medium
6 months ago
Angular

Monorepo, Poly-repo, or No Repo at all?

Bit can be used to implement any architecture and transform 'fatal' decisions into decisions that are easy to make and change.
Bit provides intelligent and efficient dependency management, insight into our codebase, efficient incremental builds, and an easy way to publish packages. [ more ]
[ Load more ]